Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 74e7e4e806ba246149e5c374b720eb1dd23209a0


Parents : 01a5c21
Author : Mark Qvist <mark@unsigned.io>
Date : 2025-01-13T15:22:13+01:00

Updated default config

Changes

1 files changed, 5 insertions(+), 7 deletions(-)


Diff

diff --git a/nomadnet/NomadNetworkApp.py b/nomadnet/NomadNetworkApp.py
index b9ec687..d36d555 100644
--- a/nomadnet/NomadNetworkApp.py
+++ b/nomadnet/NomadNetworkApp.py
@@ -1136,13 +1136,15 @@ announce_interval = 360
# Whether to announce when the node starts.
announce_at_start = Yes
-# By default, when Nomad Network is hosting a
-# node, it will also act as an LXMF propagation
+# When Nomad Network is hosting a page-serving
+# node, it can also act as an LXMF propagation
# node. If there is already a large amount of
# propagation nodes on the network, or you
# simply want to run a pageserving-only node,
# you can disable running a propagation node.
-# disable_propagation = False
+# Due to lots of propagation nodes being
+# available, this is currently the default.
+disable_propagation = Yes
# The maximum amount of storage to use for
# the LXMF Propagation Node message store,
@@ -1176,10 +1178,6 @@ max_transfer_size = 256
# and generally you do not need to use it.
# prioritise_destinations = 41d20c727598a3fbbdf9106133a3a0ed, d924b81822ca24e68e2effea99bcb8cf
-# Automatic rescan interval of the pages directory in minutes.
-# Default: int = 0 (no rescan)
-page_refresh_interval = 0
-
# You can specify the interval in minutes for
# rescanning the hosted pages path. By default,
# this option is disabled, and the pages path


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────